home *** CD-ROM | disk | FTP | other *** search
- Path: news.halcyon.com!usenet
- From: normanb@halcyon.com (Norm Bryar)
- Newsgroups: comp.lang.c++
- Subject: Re: Sine scrolling?????
- Date: Thu, 15 Feb 1996 17:01:13 GMT
- Organization: Northwest Nexus Inc.
- Message-ID: <4fvorn$jed@news.halcyon.com>
- References: <4fs0ol$h0h@grivel.une.edu.au>
- NNTP-Posting-Host: blv-pm10-ip5.halcyon.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- snkala@metz.une.edu.au (Sikhanyiso Nkala) wrote:
-
- >Can anyone help a newbie? I've just started programming in Borland C++
- >and I would like to know how to do sine scrolling across the screen.
- >could someone guid me in the right direction.
-
-
- Under Windows? Try the ScrollWindow() API to move the client area,
- and thus everyting you've drawn previously, then draw your new data.
-
- Under DOS there must be a similar library function.
-
- --Norm
-
-